home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Utilities / db / db.readme < prev    next >
Encoding:
Text File  |  1997-09-28  |  4.9 KB  |  115 lines

  1. Short:    3.5 - Multi purpose database. 15 langs!
  2. Author:   Marcin Orlowski <carlos@wfmh.man.szczecin.pl>, David Ekholm <david-ek@dsv.su.se>
  3. Uploader: carlos@inet.com.pl
  4. Version:  3.5
  5. Type:     biz/dbase
  6. Replaces: biz/dbase/db3.4*
  7. Www:      http://wfmh.man.szczecin.pl/db/
  8.  
  9. db is a fast and small OS3.0 compliant multi purpose database program.
  10. It currently supports 13 languages (English, Swedish, Finnish, Norwegian,
  11. Danish, German, Polish, Dutch, Italian, French, Spanish, Czech and Portuguese).
  12.  
  13. There are mostly minor changes this time and this is probably the last version.
  14. If you want improvements I've released the source code so you can add what you
  15. need. (However you are not allowed to use the source code for commercial
  16. purposes, nor release modified versions under the name "db" without my
  17. permission). You can find the source code on aminet:/biz/dbase/db3.4src.lha
  18.  
  19. This program is ShareWare. Previously, db used to display a shareware reminder
  20. if not registered with a keyfile. This reminder has been removed as I've
  21. decided to stop mailing keyfiles.
  22.  
  23. /David Ekholm
  24.  
  25.  
  26. Why choose db?
  27. --------------
  28.  
  29. I wrote after having tested numerous other PD database programs and always
  30. found something lacking or irritating me. They might have dozzens of features
  31. not found in db, but they lacked font sensitivity and a standard GUI look and
  32. OS 3.0 behaviour.
  33.  
  34. Remember: db is a GENERAL database program. YOU decide what to store in it,
  35. be it addresses, video collections spare parts or your invoices. I really
  36. can't understand why people keep releasing databases with fixed fields all
  37. the time.
  38.  
  39. When you use db you will notice that the user interface has been kept as
  40. compact as possible (few gadgets, menus and windows). Still the functionality
  41. in for example, searching and sorting is high. This is intentional.
  42. I prefer few buttons with high functionality than the opposite.
  43.  
  44. Feature List
  45. ------------
  46.  
  47. A partial list of db's features include:
  48.  
  49.     o Dynamic memory handling. Number of records and fields only limited by
  50.       free memory.
  51.     o GadTool based. (Use fields of string, checkbox, cycle and text type)
  52.     o Support for multi-line fields through textfield.gadget
  53.     o Mouse and keyboard driven.
  54.     o User definable fields and layout.
  55.     o Multiple views of the same database.
  56.     o The views can be designed through a simple to use GUI. 
  57.     o Commodore's Clipboard for flexible interaction with other programs.
  58.     o AppWindow -just drag and drop database icons on db to load.
  59.     o Online MenuHelp -Press HELP key when selecting a menu item.
  60.     o Font sensitive.
  61.     o ASL requesters for flexible loads and saves.
  62.     o Localized.
  63.     o ARexx support.
  64.     o Dial numbers using a modem or loudspeaker.
  65.     o WB and Shell usage with Commodore's template parsing.
  66.     o Fast and flexible find function using AmigaDOS patterns.
  67.     o Listview browser.
  68.     o Filter function.
  69.     o Fast and flexible sort function. Multiple sort orders can be specified.
  70.     o 'Export View' and two standard ASCII export features.
  71.     o Automatic ASCII import (tab-separated ASCII).
  72.  
  73. History of changes
  74. ------------------
  75. 97-09-24  v3.5       NEWS:
  76.                      * DB is still alive (grin ;-) in spite of previous
  77.                        announcements. Hope you like such news ;-)
  78.  
  79.                      * As David's dropped the DB project (at least for now),
  80.                        starting from version 3.5 DB is developed by
  81.                        Marcin Orlowski, so all your bug reports, oppinions
  82.                        etc concerning DB should be mailed to him. Don't
  83.                        forget to visit the DB home page (URL is placed above).
  84.  
  85.                      * Added TEXT type to view design toolbar.
  86.  
  87.                      * Added TEXTFIELD type to view design toolbar
  88.                        (however you can't change its height in editor yet).
  89.  
  90.                      * Added abbreviations to Shell template
  91.  
  92.                      * Trailing ':' is no longer added to selector window's
  93.                        title if the record label the title is based on,
  94.                        already has it.
  95.  
  96.                      * Edit view related strings are now localized
  97.  
  98.                      * New CLI/tooltype DEFPATTERN (def. "#?")
  99.  
  100.                      * New CLI/tooltype DEFREXXPATTERN (def. "#?.(db|rexxdb)")
  101.  
  102.                      * Toolbox items call be also accessed via F1-F5 keys
  103.                        directly from edit view window
  104.  
  105.                      * New menu item - reload current project
  106.  
  107.                      * New menu item - relaunch recently selected ARexx script
  108.  
  109.                      * Hungarian translation added. DB now supports 14 languages.
  110.                        Unfortunately, most of existing translations
  111.                        are a little bit outdated with this edition. Hope that
  112.                        will change with next release, when all will finish their
  113.                        holidays. For now you can use old catalogs so all newly
  114.                        localized strings will appear in english.
  115.